object TFructusOptionWindow: TTFructusOptionWindow Left = 293 Top = 174 BorderIcons = [biMinimize] BorderStyle = bsSingle Caption = 'Options' ClientHeight = 176 ClientWidth = 327 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnCloseQuery = CheckValues OnHide = Hide OnShow = SetupWindow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 9 Width = 137 Height = 137 Picture.Data = {} end object Image2: TImage Left = 288 Top = 8 Width = 32 Height = 32 Picture.Data = {} end object Image3: TImage Left = 288 Top = 48 Width = 32 Height = 32 Picture.Data = {} end object Panel1: TPanel Left = 144 Top = 8 Width = 137 Height = 81 BevelInner = bvLowered TabOrder = 1 object CheckBox1: TCheckBox Left = 8 Top = 8 Width = 113 Height = 17 Caption = '&Sound effects' TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 24 Width = 105 Height = 17 Caption = '&Blocks of fruits' TabOrder = 1 end object CheckBox3: TCheckBox Left = 8 Top = 40 Width = 121 Height = 17 Caption = '&Enable jocker block' TabOrder = 2 end object CheckBox4: TCheckBox Left = 8 Top = 56 Width = 105 Height = 17 Caption = 'Show &next block' TabOrder = 3 end end object Button1: TButton Left = 8 Top = 144 Width = 129 Height = 23 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 0 end object Panel2: TPanel Left = 144 Top = 96 Width = 177 Height = 73 BevelInner = bvLowered TabOrder = 2 object Label1: TLabel Left = 8 Top = 13 Width = 111 Height = 13 Caption = 'Number of fruits to align' end object Label2: TLabel Left = 8 Top = 43 Width = 61 Height = 13 Caption = 'Starting level' end object SpinEdit1: TSpinEdit Left = 128 Top = 8 Width = 41 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object SpinEdit2: TSpinEdit Left = 128 Top = 40 Width = 41 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end end end